.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper {
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
}
@media (max-width: 760px) {
  .mySwiper {
    width: 100%;
    height: auto!important;
  }
  .mySwiper .swiper-slide {
    display: block;
    width: 100%;
    height: auto!important;
  }
}
.swiper-pagination-bullet {
  width: 30px!important;
  height: 10px!important;
  background: #0c8d45 !important;
  opacity: 0.5 !important;
  border-radius: 0!important;
}
.swiper-pagination-bullet-active {
  opacity: 1!important;
  background: #0c8d45 !important;
}
